home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / flclpt.zip / PATCHFAL.BAT < prev    next >
DOS Batch File  |  1992-12-19  |  347b  |  19 lines

  1. @echo off
  2.  
  3. IF NOT EXIST FALCCALC.EXE GOTO ERR1  
  4. ren falccalc.exe falcold.exe
  5. unlzexe falcold.exe falccalc.exe
  6. quickfix falcfix.qf
  7. del falcold.exe
  8. del unlzexe.exe
  9. del quickfix.exe
  10. del falcfix.qf
  11. goto end
  12.  
  13. :ERR1
  14. echo This batch file must be run from the same directory as
  15. echo FalcCalc.  FALCCALC.EXE is not found!
  16.  
  17. :END
  18. @echo on
  19.